home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00009_Back to Billmo or Main.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  213 b   |  15 lines

  1. on enterFrame
  2.   global gClickle
  3.   puppetSound(0)
  4.   if gClickle = 8 then
  5.     set gClickle to 1
  6.   else
  7.     nothing()
  8.   end if
  9.   if gClickle = 1 then
  10.     play frame "Main"
  11.   else
  12.     play frame "Billmo"
  13.   end if
  14. end
  15.